home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
ISSUE06
/
CLINIC
/
DBLDLL.CPP
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-10-22
|
382 b
|
24 lines
#include <windows.h>
int FAR PASCAL LibMain(HANDLE a, WORD b, WORD c, LPSTR d)
{
if (c!= 0)
UnlockData(0);
return(1);
}
int FAR PASCAL WEP(int a)
{
return(1);
}
extern "C" double FAR PASCAL _export TestFloatPascal(double d)
{
return(d);
}
extern "C" double FAR _cdecl _export TestFloatCDecl(double d)
{
return(d);
}